Log session start time Tue Jul 27 01:35:59 IST 2021
| RelativeTime | Thread | MDC | Level | Logger | Message |
| 1113 | main | DEBUG | org.springframework.test.context.BootstrapUtils | Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] | |
| 1217 | main | DEBUG | org.springframework.test.context.BootstrapUtils | Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)] | |
| 1371 | main | DEBUG | org.springframework.test.context.BootstrapUtils | Instantiating TestContextBootstrapper for test class [com.sapient.ofd.app.SpringDataJpaOfdApplicationTests] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper] | |
| 1440 | main | INFO | org.springframework.boot.test.context.SpringBootTestContextBootstrapper | Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.sapient.ofd.app.SpringDataJpaOfdApplicationTests], using SpringBootContextLoader | |
| 1473 | main | DEBUG | org.springframework.test.context.support.AbstractContextLoader | Did not detect default resource location for test class [com.sapient.ofd.app.SpringDataJpaOfdApplicationTests]: class path resource [com/sapient/ofd/app/SpringDataJpaOfdApplicationTests-context.xml] does not exist | |
| 1473 | main | DEBUG | org.springframework.test.context.support.AbstractContextLoader | Did not detect default resource location for test class [com.sapient.ofd.app.SpringDataJpaOfdApplicationTests]: class path resource [com/sapient/ofd/app/SpringDataJpaOfdApplicationTestsContext.groovy] does not exist | |
| 1474 | main | INFO | org.springframework.test.context.support.AbstractContextLoader | Could not detect default resource locations for test class [com.sapient.ofd.app.SpringDataJpaOfdApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}. | |
| 1475 | main | INFO | org.springframework.test.context.support.AnnotationConfigContextLoaderUtils | Could not detect default configuration classes for test class [com.sapient.ofd.app.SpringDataJpaOfdApplicationTests]: SpringDataJpaOfdApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration. | |
| 1806 | main | DEBUG | org.springframework.test.context.support.ActiveProfilesUtils | Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.sapient.ofd.app.SpringDataJpaOfdApplicationTests] | |
| 2461 | main | DEBUG | org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider | Identified candidate component class: file [E:\Training_Progress\Week_4\spring-data-jpa-ofd\target\classes\com\sapient\ofd\app\SpringDataJpaOfdApplication.class] | |
| 2463 | main | INFO | org.springframework.boot.test.context.SpringBootTestContextBootstrapper | Found @SpringBootConfiguration com.sapient.ofd.app.SpringDataJpaOfdApplication for test class com.sapient.ofd.app.SpringDataJpaOfdApplicationTests | |
| 3164 | main | DEBUG | org.springframework.boot.test.context.SpringBootTestContextBootstrapper | @TestExecutionListeners is not present for class [com.sapient.ofd.app.SpringDataJpaOfdApplicationTests]: using defaults. | |
| 3165 | main | INFO | org.springframework.boot.test.context.SpringBootTestContextBootstrapper | Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener] | |
| 3305 | main | INFO | org.springframework.boot.test.context.SpringBootTestContextBootstrapper | Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3809f65d, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@717b0d81, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@16745abd, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@4d793390, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@3a359f7c, org.springframework.test.context.support.DirtiesContextTestExecutionListener@138b9abe, org.springframework.test.context.transaction.TransactionalTestExecutionListener@279e8bc0, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@23ffc910, org.springframework.test.context.event.EventPublishingTestExecutionListener@35277c6c, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@7a364e1c, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@29a50a11, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@74cff17c, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@7a053795, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@328bc067, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@337fb1a5] | |
| 3311 | main | DEBUG | org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener | Before test class: context [DefaultTestContext@1b96d447 testClass = SpringDataJpaOfdApplicationTests, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@4a68cbc5 testClass = SpringDataJpaOfdApplicationTests, locations = '{}', classes = '{class com.sapient.ofd.app.SpringDataJpaOfdApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@4d290757, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@6cceb281, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@31c7c281, org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@7d28cdcd, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@44abdb1f, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@5ae81e1], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true]], class annotated with @DirtiesContext [false] with mode [null]. | |
| 3611 | main | DEBUG | org.springframework.test.context.support.TestPropertySourceUtils | Adding inlined properties to environment: {spring.jmx.enabled=false, org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true} |